home *** CD-ROM | disk | FTP | other *** search
/ Best of Hardcore 4 / Best of Hardcore - Vol 4 - Disc 3.iso / autorun.git < prev    next >
Text File  |  1999-10-08  |  2KB  |  59 lines

  1. ; //AUTORUN.GIT - data file for AUTORUN.EXE//
  2. ; //Place both files in the CD-ROM root directory with AUTORUN.INF//
  3. ; //Source code(c)1995 by gbamber@mistral.co.uk //
  4. ; //Freely distributable//
  5.  
  6. [DEFAULT]
  7. ; //There are 5 keywords in one section//
  8.  
  9. ; // 1)
  10. ; //prepend the full path, or just the drive before SETUP and APP?//
  11. OnlyPassDrive=no
  12.  
  13.  
  14.  
  15. ; // 2)
  16. ; //If you want, you can put a relative path in these entries//
  17. ; //otherwise the current drive/directory is assumed//
  18. ; // e.g. APP_TO_RUN=\subdir\myapp.exe
  19. ; //Note: BOTH files have to be present on the CD-ROM//
  20. APP_TO_RUN=acdsee32.exe
  21.  
  22.  
  23.  
  24.  
  25. ; // 3)
  26. ; //If your app takes no parameters, then set this to =no//
  27. ; //A relative path is OK. e.g. APP_PARAMETERS=\subdir\motive.hyp /C
  28. ; //e.g. If CD-ROM drive is D: then the commandline would be expanded to:
  29. ; // D:\SUBDIR\MYAPP.EXE D:\SUBDIR\MOTIVE.HYP /C
  30. APP_PARAMETERS=amateur\amat0000.jpg
  31.  
  32.  
  33.  
  34. ; // 4)
  35. ; //If you want the current path inserted before APP_PARAMETERS then set this to yes//
  36. ; //If OnlyPassDrive=yes, then only the drive root directory is prepended//
  37. ; //Ignored if APP_PARAMETERS=no //
  38.  
  39. ParameterPrependPath=yes
  40.  
  41.  
  42. ; // 5)
  43. ; //This must be the same as DateFile= entry in SETUP.INI//
  44. ; //If this file is absent in the \SYSTEM directory, then APP_SETUP is run//
  45. ; //If this file is present in the \SYSTEM directory, then APP_TO_RUN is run//
  46. ; //Your installer should copy/create this file, and the Uninstaller delete it//
  47.  
  48. DATFILE=GBSETUP.DAT
  49.  
  50. ; //6)
  51. ; //If this parameter is set to yes, then SETUP.EXE does not need
  52. ; //to make the DATfile at all//
  53. MakeDATFile=yes
  54.  
  55. ; //7)
  56. ; //If this parameter is set to yes, then APP_TO_RUN can have a drive/path//
  57. ; //for instance: AbsolutePath=C:\HEXEN.BAT could be used to enable autoplay
  58. ; //for a DOS application like a game that runs from CD
  59. AbsolutePath=yes